Welcome![Sign In][Sign Up]
Location:
Search - vc ico

Search list

[GUI DevelopGdiImage

Description: VC界面上放置BMP,JPG,GIF,PNG,ico文件资源 -VC interface placed BMP, JPG, GIF, PNG, ico Resources
Platform: | Size: 6564 | Author: 虎恬 | Hits:

[GDI-Bitmapwnghasdsf

Description: 用vc开发的实现图像解码,支持的格式包括 BMP、JPG、WMF、ICO、GIF、PNG、TIFF。 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像,及如何实现简单的翻页。其中翻页部分的源代码直接来自ComicsViewer,不过做了简化,如果各位有兴趣,可以试试看在此基础上,能不能做出自己的功能更丰富的图像浏览器。-with vc development of image decoding, support for the format, including BMP, JPG, WMF, PCX, GIF, PNG, TIFF. Source code is a simple image browser example, demonstrating how to use IImgCtx interface decoding, image display, and how to achieve a simple flip. Some of them flip the source code directly from ComicsViewer, but a simplified, If you are interested, could give it a try on this basis, can make the more feature-rich image browser.
Platform: | Size: 29926 | Author: 王能会 | Hits:

[Other resourcepictureread

Description: vc++所做的图像阅读器(bmp,jpg,cur,ico,gif) 用vc读jpg等图像,vc所编的一读取多种图像格式的阅读器-vc done reading images (bmp, jpg, Base lkg cur, ico, gif) using vc Reading jpg and other images, as in the vc read a variety of image formats reader
Platform: | Size: 43079 | Author: 阳陵 | Hits:

[mpeg mp3SimplyPlayer

Description: SimplyPlayer.vcproj 这是使用“应用程序向导”生成的 VC++ 项目的主项目文件。 它包含有关生成文件的 Visual C++ 版本的信息,以及 有关用“应用程序向导”所选择的平台、配置和 项目功能的信息。 SimplyPlayer.h 这是应用程序的主头文件。 它包含其他 项目特定的头文件(包括 Resource.h),并声明 CSimplyPlayerApp 应用程序类。 SimplyPlayer.cpp 这是包含应用程序 类 CSimplyPlayerApp 的主应用程序源文件。 SimplyPlayer.rc 这是程序使用的所有 Microsoft Windows 资源 的列表。 它包含存储在 RES 子目录中 的图标、位图和光标。 可直接在 Microsoft Visual C++ 中编辑此文件。 项目资源包含在 2052 中。 res\\SimplyPlayer.ico 这是一个图标文件,用作应用程序的图标。 此 图标包含在主资源文件 SimplyPlayer.rc 中。 res\\SimplyPlayer.rc2 此文件包含不由 Microsoft Visual C++ 编辑的资源。 应将所有不能由 资源编辑器编辑的资源放在此文件中。
Platform: | Size: 109947 | Author: lijunwen | Hits:

[GDI-Bitmapgdiexample

Description: 用vc开发的实现图像解码,支持的格式包括 BMP、JPG、WMF、ICO、GIF、PNG、TIFF。 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像
Platform: | Size: 2761635 | Author: yang | Hits:

[Windows DevelopVC视图绘制动态曲线图

Description: ======================================================================== MICROSOFT FOUNDATION CLASS LIBRARY : TestDrawCurve_26 ======================================================================== AppWizard has created this TestDrawCurve_26 application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TestDrawCurve_26 application. TestDrawCurve_26.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TestDrawCurve_26.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestDrawCurve_26App application class. TestDrawCurve_26.cpp This is the main application source file that contains the application class CTestDrawCurve_26App. TestDrawCurve_26.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. TestDrawCurve_26.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions. res\TestDrawCurve_26.ico This is an icon file, which is used as the application's icon. This icon is included by the main resource file TestDrawCurve_26.rc. res\TestDrawCurve_26.rc2 This file contains resources that are not edited by Microsoft Visual C++. You should place all resources not editable by the resource editor in this file. ///////////////////////////////////////////////////////////////////////////// For the main frame window: MainFrm.h, MainFrm.cpp These files contain the frame class CMainFrame, which is derived from CFrameWnd and controls all SDI frame features. res\Toolbar.bmp This bitmap file is used to create tiled images for the toolbar. The initial toolbar and status bar are constructed in the CMainFrame class. Edit this toolbar bitmap using the resource editor, and update the IDR_MAINFRAME TOOLBAR array in TestDrawCurve_26.rc to add toolbar buttons. ///////////////////////////////////////////////////////////////////////////// AppWizard creates one document type and one view: TestDrawCurve_26Doc.h, TestDrawCurve_26Doc.cpp - the document These files contain your CTestDrawCurve_26Doc class. Edit these files to add your special document data and to implement file saving and loading (via CTestDrawCurve_26Doc::Serialize). TestDrawCurve_26View.h, TestDrawCurve_26View.cpp - the view of the document These files contain your CTestDrawCurve_26View class. CTestDrawCurve_26View objects are used to view CTestDrawCurve_26Doc objects. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named TestDrawCurve_26.pch and a precompiled types file named StdAfx.obj. Resource.h This is the standard header file, which defines new resource IDs. Microsoft Visual C++ reads and updates this file. ///////////////////////////////////////////////////////////////////////////// Other notes: AppWizard uses "TODO:" to indicate parts of the source code you should add to or customize. If your application uses MFC in a shared DLL, and your application is in a language other than the operating system's current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Microsoft Visual C++ CD-ROM onto the system or system32 directory, and rename it to be MFCLOC.DLL. ("XXX" stands for the language abbreviation. For example, MFC42DEU.DLL contains resources translated to German.) If you don't do this, some of the UI elements of your application will remain in the language of the operating system. /////////////////////////////////////////////////////////////////////////////
Platform: | Size: 1967656 | Author: xiayang168 | Hits:

[GUI DevelopGdiImage

Description: VC界面上放置BMP,JPG,GIF,PNG,ico文件资源 -VC interface placed BMP, JPG, GIF, PNG, ico Resources
Platform: | Size: 6144 | Author: 虎恬 | Hits:

[GDI-Bitmapwnghasdsf

Description: 用vc开发的实现图像解码,支持的格式包括 BMP、JPG、WMF、ICO、GIF、PNG、TIFF。 源代码是一个简单的图像浏览器例子,演示如何用 IImgCtx 接口解码、显示图像,及如何实现简单的翻页。其中翻页部分的源代码直接来自ComicsViewer,不过做了简化,如果各位有兴趣,可以试试看在此基础上,能不能做出自己的功能更丰富的图像浏览器。-with vc development of image decoding, support for the format, including BMP, JPG, WMF, PCX, GIF, PNG, TIFF. Source code is a simple image browser example, demonstrating how to use IImgCtx interface decoding, image display, and how to achieve a simple flip. Some of them flip the source code directly from ComicsViewer, but a simplified, If you are interested, could give it a try on this basis, can make the more feature-rich image browser.
Platform: | Size: 1936384 | Author: 王能会 | Hits:

[Compress-Decompress algrithmssimple-winzip

Description: winzip压缩解压器,利用VC++设计的,功能很基本。适合初学者参考。-winzip codecs for use VC design, function very basic. For beginners reference.
Platform: | Size: 2119680 | Author: 吴丽仪 | Hits:

[Picture Viewerpictureread

Description: vc++所做的图像阅读器(bmp,jpg,cur,ico,gif) 用vc读jpg等图像,vc所编的一读取多种图像格式的阅读器-vc done reading images (bmp, jpg, Base lkg cur, ico, gif) using vc Reading jpg and other images, as in the vc read a variety of image formats reader
Platform: | Size: 43008 | Author: 阳陵 | Hits:

[Graph Recognizerenlianjianceyudingwei

Description: AppWizard has created this FaceDetect application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.人脸检测与特征定位。内含已经编译执行通过的可执行程序。VC++平台编写的。模块包括FaceDetect.dsp、FaceDetect.dsp、FaceDetect.cpp、FaceDetect.rc、FaceDetect.clw、res\FaceDetect.ico、 res\FaceDetect.rc2。-AppWizard has created this FaceDetect application for you. This applicationnot only demonstrates the basics of using the Microsoft Foundation classesbut is also a starting point for writing your application. Face Detection and characteristics of positioning. Intron has been compiled through the implementation of the executable program. VC++ Platform prepared. Modules including FaceDetect.dsp, FaceDetect.dsp, FaceDetect.cpp, FaceDetect.rc, FaceDetect.clw, resFaceDetect.ico, resFaceDetect.rc2.
Platform: | Size: 610304 | Author: | Hits:

[Special Effectsdelaunay

Description: VC和OpenGL实现的点云读取界面,需要的朋友可以下载参考-VC and OpenGL realize the point cloud to read interface, the need for a friend can download the reference
Platform: | Size: 3491840 | Author: 李亮 | Hits:

[2D GraphicIcoToBmp

Description: 用VC++将ICO文件转换成BMP格式的文件-Using VC++ will be ICO files into BMP file format
Platform: | Size: 3646464 | Author: 周奇龙 | Hits:

[Special Effectswavelet

Description: 此代码主要介绍了小波变换在VC++中的实现其中小波变换与数字图像处理内容主要介绍了图像复原增强整合-this zip contains some codes of C++ about the wavelet translate.
Platform: | Size: 3724288 | Author: jack | Hits:

[ListView/ListBoxListBox

Description: ListBox.vcproj 這是使用應用程式精靈所產生之 VC++ 專案的主要專案檔。 它包含產生檔案時的 Visual C++ 版本資訊,以及使用應用程式精靈產生檔案的 過程中,選取的平台、組態和專案功能的相關資訊。 ListBox.h 這是應用程式的主要標頭檔。它包含其他專案特定的標頭 (包括 Resource.h), 並宣告 CListBoxApp 應用程式類別。 ListBox.cpp 這是主要的應用程式原始程式檔,它包含應用程式類別 CListBoxApp。 ListBox.rc 這份清單包含了所有程式要使用的 Microsoft Windows 資源。其中包括了儲存 在 RES 子目錄下的圖示、點陣圖和游標。您可以直接在 Microsoft Visual C++ 內編輯這個檔案。您的專案資源在 1028。 res\ListBox.ico 這個圖示檔是用來做為應用程式的圖示。這個圖示包含在主要資源檔 ListBox.rc 內。 res\ListBox.rc2 這個檔案包含 Microsoft Visual C++ 編輯無法編輯的資源。您應該將所有資源 編輯器無法編輯的資源放到這個檔案。-ListBox.vcproj 這是使用應用程式精靈所產生之 VC++ 專案的主要專案檔。 它包含產生檔案時的 Visual C++ 版本資訊,以及使用應用程式精靈產生檔案的 過程中,選取的平台、組態和專案功能的相關資訊。 ListBox.h 這是應用程式的主要標頭檔。它包含其他專案特定的標頭 (包括 Resource.h), 並宣告 CListBoxApp 應用程式類別。 ListBox.cpp 這是主要的應用程式原始程式檔,它包含應用程式類別 CListBoxApp。 ListBox.rc 這份清單包含了所有程式要使用的 Microsoft Windows 資源。其中包括了儲存 在 RES 子目錄下的圖示、點陣圖和游標。您可以直接在 Microsoft Visual C++ 內編輯這個檔案。您的專案資源在 1028。 res\ListBox.ico 這個圖示檔是用來做為應用程式的圖示。這個圖示包含在主要資源檔 ListBox.rc 內。 res\ListBox.rc2 這個檔案包含 Microsoft Visual C++ 編輯無法編輯的資源。您應該將所有資源 編輯器無法編輯的資源放到這個檔案。
Platform: | Size: 40960 | Author: CT | Hits:

[Special EffectsIco

Description: VC++所使用的大量的ico文件,分类详细具体-VC++ ICO
Platform: | Size: 10201088 | Author: 王军 | Hits:

[Windows DevelopPNG-2-ICO

Description: best example how to convert png files into icon format
Platform: | Size: 807936 | Author: Arar Ahmed | Hits:

[Special EffectsCxImage

Description: VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 -VC++ image processing library CxImage source code, CxImage is a can be used MFC' s C++ classes, you can open, save, display, convert various formats of image files, such as BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K and other formats. Can achieve BMP < -> JPG, PNG < > TIFF format conversion, etc..
Platform: | Size: 2191360 | Author: | Hits:

[GUI DevelopVC-ico

Description: VC ico资源图,非常全,ico图,VC和 VS都可用-VC ico resource map, very full, the ico Figure VC and VS are available
Platform: | Size: 5635072 | Author: 陈胜 | Hits:

[Picture ViewerICO(5000)

Description: 5000个ICO图标免费下载,包含箭头、网络通信、计算机、数字、邮件、IE等丰富图标,适合VC等编程开发使用-5000 ICO icon for free download, including arrows, network communication, computer, digital, e-mail, IE and other rich icons, VC and other programming developed for use
Platform: | Size: 5358592 | Author: 赵化宇 | Hits:
« 12 3 »

CodeBus www.codebus.net